home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / gnustep-base-common.prerm < prev    next >
Encoding:
Text File  |  2010-12-29  |  1.2 KB  |  19 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installxmlcatalogs
  4. if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
  5.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc" --root || true
  6.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD plist" --root || true
  7.  
  8.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 0.6.5//EN" --package gnustep-base-common || true
  9.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 0.6.6//EN" --package gnustep-base-common || true
  10.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 0.6.7//EN" --package gnustep-base-common || true
  11.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 1.0.0//EN" --package gnustep-base-common || true
  12.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 1.0.1//EN" --package gnustep-base-common || true
  13.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 1.0.2//EN" --package gnustep-base-common || true
  14.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD gsdoc 1.0.3//EN" --package gnustep-base-common || true
  15.     update-xmlcatalog --del --type public --id "-//GNUstep//DTD plist 0.9//EN" --package gnustep-base-common || true
  16.  
  17. fi
  18. # End automatically added section
  19.